IEnumerable <Idea> IIdeasService.GetAllIdeas()
 {
     return(_ideasRepository.GetAllIdeas());
 }