public void AbortAction() { action = new SelectAction(); }
public void SetAction(CursorAction action) { this.action = action; }