public function beforeAction($action)
 {
     $pagesList = $this->GetModel()->GetPagesList();
     echo $this->renderFile($this->viewPath . "/utils/popup.php", ["data" => $pagesList]);
     return parent::beforeAction($action);
 }