public ActionResult Save()
 {
     ViewBag.Students     = enrollCourseManager.GetStudentsForDropDown();
     ViewBag.GradeLetters = gradeLetterManager.GetGradesForDropDown();
     return(View());
 }
 public ActionResult Save()
 {
     ViewBag.Students = enrollCourseManager.GetStudentsForDropDown();
     return(View());
 }