public static Hotel GetHotelFromId(int IdHotel)
 {
     return(HotelDB.GetHotelFromId(IdHotel));
 }