public IEnumerable <Topic> GetNoReplyTopic(int size) { return(_topicRepository.GetNoReplyTopic(size)); }