public function setId($id = -1)
 {
     parent::setId($id);
     $this->unitrepository->setConsumerId($this->getId());
 }