private void enrollButton_Click(object sender, EventArgs e)
 {
     _studentFormController.EnrollCourse();
 }