public ActionResult AddCourse() { ViewBag.depts = DeptMan.GetAllDepartments(); ViewBag.Sems = SemMan.getAllSemester(); return(View()); }