public List <Surgery> GetAllSurgeryByDoctor(Doctor doctor)
 {
     return(surgeryService.GetAllSurgeryByDoctor(doctor));
 }