public function init()
 {
     $this->name = \Yii::t('skeeks/shop/app', 'Account_customer');
     $this->modelShowAttribute = "id";
     $this->modelClassName = ShopUserAccount::className();
     parent::init();
 }
 public function init()
 {
     $this->name = \skeeks\cms\shop\Module::t('app', 'Account_customer');
     $this->modelShowAttribute = "id";
     $this->modelClassName = ShopUserAccount::className();
     parent::init();
 }