public void setTickets(List<Ticket> tickets) {
   tableModel.setRows(tickets);
 }