public Booking Get(int id)
 {
     return(_mngBooking.GetBookingFromID(id));
 }