public JsonResult GetAllHoldAppoinment(int professorCourseId)
 {
     return(Json(appointmentData.GetAllHoldAppointment(professorCourseId), JsonRequestBehavior.AllowGet));
 }