public List <Surgery> GetAllSurgeryByPatient(Patient patient)
 {
     return(surgeryService.GetAllSurgeryByPatient(patient));
 }