public int AddAttributeValue(string name, string value)
 {
     return(ComObject.AddAttributeValue(name, value));
 }