public IActionResult MakeRoundPublic(int tournamentId, int roundId)
 {
     roundRepository.MakePublic(roundId);
     return(Ok());
 }