public JsonResult GetSectionOptions(int TermCourseId) { return(Json(dao.GetSectionOptions(TermCourseId), JsonRequestBehavior.AllowGet)); }