/**
  * @return \yii\db\ActiveQuery
  */
 public function getServiceObjectPropertyValues()
 {
     return $this->hasMany(CsServiceObjectPropertyValues::className(), ['object_property_value_id' => 'id']);
 }