public IEnumerable <ProposalDTO> GetProposalsOfSection(int sectionId) { return(_proposalService.GetProposalsOfSection(sectionId)); }