public PropertyItem(ElementItem parent, AutomationProperty property)
 {
     this.parent = parent;
     this.property = property;
 }
 public PropertyItem(ElementItem parent, AutomationProperty property)
 {
     this.parent   = parent;
     this.property = property;
 }