/** {@inheritdoc} */
 public function init()
 {
     parent::init();
     $this->calculation_id = $this->position->getId();
     $this->amount = $this->position->getQuantity();
 }