private void Deselect() { _from.Deselct(); _from = null; }
private void Select(NodeView node) { _from = node; _from.Select(); }