public function offsetGet($index)
 {
     $this->__load();
     return parent::offsetGet($index);
 }