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