public ActionResult EnrollStudentCourse()
 {
     ViewBag.Students = anEnrollCourseManager.GetAllStudentsRegistrationNo();
     return(View());
 }