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