public function __get($name)
 {
     $this->_load();
     return parent::__get($name);
 }