public static AutomationQueryable AsQueryable(this AutomationElement element)
 {
     return(element.AsQueryable(TreeScope.Children));
 }