protected void btnAutoIndent_Click(object sender, EventArgs e)
 {
     MacroRuleTree.RemoveBrackets(RuleTree);
     RuleTree.AutoIndent();
 }