public JsonResult GetSection(int sessionId, int semesterId)
 {
     return(Json(_databaseConnection.GetSection(sessionId, semesterId), JsonRequestBehavior.AllowGet));
 }