public int GetTotalParticipationNumber()
 {
     return(_participationRepository.GetCount());
 }