public ActionResult Archive(int tournamentId) { _tournamentService.Archive(tournamentId); return(new EmptyResult()); }