public async Task <IActionResult> GetByTeam(int teamId)
 {
     return(new OkObjectResult(await _tournamentService.GetByTeam(teamId)));
 }