public async Task <List <Ticket> > GetAllAsync() { var ticket = await _ticketRepository.GetAllAsync(); return(ticket.ToList()); }