// GET api/Judges
 public IEnumerable <JudgeDto> Get()
 {
     return(JudgeService.GetAll().ConvertToDto());
 }