public Int32 CountTrialsForParticipant(String participantName)
 {
     return(_repository.CountTrialsForParticipant(participantName));
 }