/**
  * {@inheritDoc}
  */
 public function addImovel(\MyClasses\Entities\Imovel $imovel)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'addImovel', array($imovel));
     return parent::addImovel($imovel);
 }