public List <Surgery> GetAllSurgeryByRoom(Room room)
 {
     return(surgeryService.GetAllSurgeryByRoom(room));
 }