/**
  * Removes the name of this instance. In PDStore every instance can be given a name. If the
  * instance does not have a name, nothing happens.
  *
  * @throws PDStoreException
  */
 public void removeName() throws PDStoreException {
   pdWorkingCopy.removeName(id);
 }