/**
  * @return \yii\db\ActiveQuery
  */
 public function getSuperCategory()
 {
     return $this->hasOne(SuperCategory::className(), ['super_category_id' => 'super_category_id']);
 }