public IViewComponentResult Invoke() { TopicList topicList = new TopicList(); var items = topicList.GetList(); return(View(items)); }