public List <Doctor> GetAllAvailableDoctors(DateTime _startDate, DateTime _endDate)
 {
     return(_service.GetAllAvailableDoctors(_startDate, _endDate));
 }