private void AddNodeButton_Click(object sender, EventArgs e) { if (selectedNode != null) { selectedNode.Add(); Draw(rootNode); } }