public Booking GetBooking(int id)
 {
     return(api.GetBooking(id));
 }