/**
  * @see parent::store
  */
 function store()
 {
     $this->exportXML();
     return parent::store();
 }