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