public int BookingGetNumberOfBookingsInMonth(int month, int year, User user) { return(BookingRepository.BookingGetNumberOfBookingsInMonth(month, year, user)); }