function insert(&$object)
 {
   $this->call_order = $this->counter++;
   parent :: insert($object);
 }
  function insert(&$object)
  {
    $object->set('versioned_object_id', $this->new_versioned_object_id);

    parent :: insert($object);
  }