public function setTipo($tipo)
 {
     $this->__load();
     return parent::setTipo($tipo);
 }