public Hotel Get(int id)
 {
     return(manageHotel.GetHotelFromID(id));
 }