public IActionResult ThemsPost(string nameTopic) { return(View(_publicationService.AllThemsPost(_topicService.GetIDTopicDB(nameTopic)))); }