public IQueryOver <Booking, Booking> BookingGetAllByCriterionTransfer(BusType busType, Route route, DateTime?date)
 {
     return(BookingRepository.BookingGetAllByCriterionTransfer(busType, route, date));
 }