public JsonResult GetSessions() { SchoolController obj = new SchoolController(); var Session = obj.GetSessions(); return(Json(Session, JsonRequestBehavior.AllowGet)); }