public Booking FindBookingById(int idbook)
 {
     return(_bookingDALProvider.FindById(idbook));
 }