public List <Participant> getParticipantWithNoScoreForProba(Proba proba)
 {
     return(participantService.getParticipantWithNoScoreForProba(proba));
 }