/**
  * @see Tx_Extbase_Persistence_ObjectStorage::offsetUnset
  */
 public function offsetUnset($object)
 {
     $this->initialize();
     parent::offsetUnset($object);
 }