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