public IEnumerable <ParticipationDto> GetBetween(DateTimeOffset start, DateTimeOffset end)
 {
     return(_participationRepository.GetBetween(start, end));
 }