// GET: NextGradedCourses public ActionResult Index() { //return View(db.NextGradedCourses.ToList()); return(View(NextGradedCourse.getInstance())); }
// GET: NextGradedCourses public ActionResult Index() { return(View(NextGradedCourse.getInstance())); }