public function __construct()
 {
     parent::__construct();
     $this->view = new \app\includes\views\site\widgets\TPWidgetsView();
 }
 public function __construct()
 {
     parent::__construct();
     $this->model = new \app\includes\models\site\shortcodes\TPSearchFormShortcodeModel();
 }