public IEnumerable <Ideation> GetAllAdminIdeations(int projectId) { return(_ideationRepository.ReadAllAdminIdeations(projectId)); }