private static Room AddRoomToHospital(Hospital hospital, Room room)
 {
     return(_hospitalController.AddRoomToHospital(hospital, room));
 }