public IEnumerable <Surgery> GetAllEntities()
 {
     return(surgeryService.GetAllEntities());
 }