public Competition GetById(Int32 idCompetition)
 {
     return(competitionService.FindById(idCompetition));
 }