public void AddParticipant(Participant p)
 {
     _repository.AddItem(p);
 }