public PropertyDescriptorCollection GetProperties(Attribute[] attributes)
 {
     return(TypeDescriptorHelper.GetProperties(this, attributes));
 }
 public PropertyDescriptorCollection GetProperties()
 {
     return(TypeDescriptorHelper.GetProperties(this));
 }