public IEnumerable <Idea> InterestedIdeas() { var followerId = User.Identity.GetUserId(); return(_interestRepository.GetInterestedIdeas(followerId)); }