private void bt_class_Click(object sender, EventArgs e) { ClassCourseForm form = new ClassCourseForm(); form.ShowDialog(); }