private void tsbDoctor_Click(object sender, EventArgs e) { DoctorForm DocF = new DoctorForm(); DocF.ShowDialog(); }