public RemoveCharCommand(EditorModel context) { mContext = context; }
public AddTextCommand(string newChar, EditorModel context) { mNewChar = newChar; mContext = context; }