function update(&$object)
 {
   $this->call_order = $this->counter++;
   parent :: update($object);
 }