public ActionResult FixAppts()
 {
     _appointmentsService.UpdateAllAppointmentSubjects();
     return(RedirectToAction("Index", "Appointments"));
 }