private void btNewExamination_Click(object sender, EventArgs e) { CreateExam ce = new CreateExam(); ce.ShowDialog(this); }