public function actionAll()
 {
     $articleList = Article::showAllArticles();
     require_once ROOT . '/templates/show_articles.php';
     return true;
 }