public TGUndoableEdit startUndoable(TGContext context, TGActionContext actionContext) {
   return TGUndoableTripletFeel.startUndo(
       context,
       (TGMeasureHeader) actionContext.getAttribute(TGDocumentContextAttributes.ATTRIBUTE_HEADER));
 }