private void AddPatient() { MyDb.AddPatientToDataBase( FullnameTB.Text, BirthDateTB.Text, PatientAddressTB.Text); mainForm.UpdateAllView(); }