public void DeleteById(int tournamentId)
 {
     tournamentService.DeleteById(tournamentId);
 }