public IActionResult CreateNewTopic(TopicViewModel topic) { _topicService.CeateNewTopic(topic); return(RedirectToAction("Index", "Home")); }