private static bool IsDisplayed(IStyleableElement element)
 {
     return(element.Style["display"] != "none");
 }
 private static bool IsDisplayed(IStyleableElement element)
 {
     return element.Style["display"] != "none";
 }