public override AccessibleObject GetSelected()
 {
     if (node.Selected)
     {
         return(this);
     }
     return(acc.GetSelected());
 }