public List <int> GetBooking(DateTime checkInDate, DateTime checkoutDate, int personCount, int luggageCount) { return(BookingHandler.GetBookingRooms(personCount, checkInDate, checkoutDate, luggageCount)); }