public void AddEmptyNode()
 {
     mathExp.AddEmptyNode();
     _changed = true;
     this.Refresh();
 }