public UndoableSetCaretPosition(UndoStack stack, TextLocation pos)
 {
     this.stack = stack;
     this.pos   = pos;
 }
 public UndoableSetCaretPosition(UndoStack stack, TextLocation pos)
 {
   this.stack = stack;
   this.pos = pos;
 }