public IEnumerable <ParticipationDto> GetParticipationsBySite(Guid siteId)
 {
     return(_participationRepository.GetBySite(siteId));
 }