public BookingInformation GetBookingInformation(int FlatID)
 {
     return(db.GetBookingInformation(FlatID));
 }