public function getEffect()
 {
     return $this->hasOne(StorageEffect::className(), ['id' => 'effect_id']);
 }