/**
  * {@inheritDoc}
  */
 public function removeArchive(\Entities\Archive $archives)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeArchive', array($archives));
     return parent::removeArchive($archives);
 }