public IEnumerable <JudgeDto> GetContestJudges(int id)
 {
     return(JudgeService.GetContestJudges(id).ConvertToDto());
 }