/**
  * @param ilObjBibliographic $a_new_object
  */
 protected function afterSave(ilObjBibliographic $a_new_object)
 {
     $a_new_object->doUpdate();
     $this->addNews($a_new_object->getId(), 'created');
     $this->ctrl->redirect($this, "edit");
 }