/**
  * @return \yii\db\ActiveQuery
  */
 public function getIdWhere()
 {
     return $this->hasOne(CategoryWhere::className(), ['id' => 'id_where']);
 }