public Surgery GetEntity(int id)
 {
     return(surgeryService.GetEntity(id));
 }