public int BookTickets(Ticket ticket, int numberOfTickets, int userId) { return(_bookingRepository.BookTickets(ticket, numberOfTickets, userId)); }