public function getContributions(Section $section)
 {
     return $this->contributionRepository->findAllForSection($section);
 }