public static Hotel GetHotelById(int id)
 {
     return(HotelDB.GetHotelfromId(id));
 }