public function getCharacteristics()
 {
     return $this->hasOne(Characteristics::className(), ['id' => $this->parent_id]);
 }