public TicketServiceExecutor() {
   ticketService = TicketService.getInstance();
   userService = UserService.getInstance();
   exhibitionService = ExhibitionService.getInstance();
 }