public async Task <IEnumerable <Doctor> > GetDoctorsWhoHaveSchedule() { return(await _doctorDataService.GetDoctorsWhoHaveSchedule()); }