public function __call($name, $args)
 {
     return parent::_call($this, $this->_structure, $name, $args);
 }