/**
  * @return DeliveryInformation|null
  */
 public function getDeliveryInformation()
 {
     return $this->hasOne(DeliveryInformation::className(), ['contragent_id' => 'id']);
 }