public Contest GetContestByCompetitionID(int id) { return(contestRepository.GetContestByCompetitionID(id)); }