public IActionResult Index()
 {
     return(View(_mapper.Map <List <TournamentListAllDto> >(_tournamentService.GetAllWithAllTables())));
 }