public void CheckinBooking(int idbook)
 {
     _bookingDALProvider.CheckinBooking(idbook);
 }