/**
  * @inheritdoc
  */
 public function init()
 {
     $this->_auth = Yii::$app->authManager;
     parent::init();
 }