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