@Override
 protected void undoDo() {
   if (this.record != null) {
     final AbstractRecordLayer layer = this.record.getLayer();
     layer.replaceValues(this.record, this.originalValues);
   }
 }