public DrawAttribute(DrawAttributeTypes drawAttributeTypes)
 {
     this.DrawAttributeTypes = drawAttributeTypes;
 }
 //public object match;
 public DrawAttribute(DrawAttributeTypes drawAttributeTypes, string label)
 {
     this.DrawAttributeTypes = drawAttributeTypes;
     this.Label = label;
 }