public IEnumerable <Participante> GetAllParticipantes(int idEqpo) { return(equiporepository.GetAllParticipantes(idEqpo)); }