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