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