public IQueryOver <BookingBusByDate, BookingBusByDate> BookingBusByDateGetAllByCriterion(BusByDate busByDate)
 {
     return(BookingBusByDateRepository.BookingBusByDateGetAllByCriterion(null, busByDate));
 }
 public IQueryOver <BookingBusByDate, BookingBusByDate> BookingBusByDateGetAllByCriterion(Route route, BusType busType, int group)
 {
     return(BookingBusByDateRepository.BookingBusByDateGetAllByCriterion(route, busType, group));
 }
 public IQueryOver <BookingBusByDate, BookingBusByDate> BookingBusByDateGetAllByCriterion(Booking booking)
 {
     return(BookingBusByDateRepository.BookingBusByDateGetAllByCriterion(booking, null));
 }