public function actionIndex()
 {
     return $this->render('index', ['DiscussionCategories' => DiscussionCategories::getCategoriesWithPosts()]);
 }