Explain the logic of writing a string to the database. 
Do I understand correctly that when adding a single row or several to the table Order1 (main table), I need to add these values to the initial tables (schedule, specialties, patients, services) from the beginning, while clicking on the Add button, and then click Save to get these values by key to the main table.
At the same time, in the form, each textBox is the value for the initial tables, that is, for the database you need one DataSet, and for each table its own instance of the DataAdapter that you got these values into the main table?
