public int AddDefaultWire(IntPtr wiregroup, IntPtr wirename)
 {
     return(ComObject.AddDefaultWire(wiregroup, wirename));
 }