public void DeleteTeam(string id) { _teamService.Delete(id); }
public void DeleteTournament(string id) { _tournamentService.Delete(id); }