public List <Bet> CancelExistingBet(CancelExistingBetDTO dto)
 {
     return(BetService.CancelExistingBet(dto.EventID, dto.Bet, dto.Username));
 }