public ActionResult Save(Enroll enroll)
 {
     ViewBag.Message        = enrollCourseManager.SetEnrollStudent(enroll);
     ViewBag.StudentEnrolls = enrollCourseManager.GetStudentDropdownList();
     return(View());
 }