/** {@inheritdoc} */
 public function init()
 {
     parent::init();
     $this->client = $this->position->getModel()->client;
     $this->seller = $this->position->getModel()->seller;
     $this->object = 'server';
 }
 /** {@inheritdoc} */
 public function init()
 {
     parent::init();
     $this->object = 'domain';
 }