public List <Doctor> GetAvailableDoctorList(DateTime start, DateTime end)
 {
     return(_doctorService.GetAvailableDoctorList(start, end));
 }