public async Task DeleteTicket(int TicketId)
 {
     await betRepository.DeleteTicketByIdAsync(TicketId);
 }