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