public JsonResult Schedule(int id) { List <ClassRoomAllocationAndClassSchedule> classSchedule = allocateClassRoomManager.GetClassSchedule(id); return(Json(classSchedule)); }