public CommandInterop(IInteropHost parent)
 {
     Parent = parent;
 }
 public ConverterInterop(IInteropHost parent)
 {
     Parent = parent;
 }