public IEnumerable <Participant> ParticipantGetAllByEchipa(string echipa)
 {
     return(pdr.GetParticipantiByEchipa(echipa));
 }