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