public static List <Room> GetRoomsFromHotel(int IdHotel)
 {
     return(RoomDB.GetRoomsFromHotel(IdHotel));
 }