public IEnumerable <Booking> BookingGetAllTodayBookings(User user) { return(BookingRepository.BookigBookingGetAllTodayBookings(user)); }