public function actionIndex()
 {
     $params = $this->getQuery();
     $accountId = $this->getAccountId();
     return ProductCategory::search($params, $accountId);
 }