public int GetTotalParticipationNumberBySite(Guid siteId)
 {
     return(_participationRepository.GetCountBySite(siteId));
 }