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