public int AddBooking(Booking booking)
 {
     return(api.AddBooking(booking));
 }