public new static Method Create(int type)
 {
     return((Method)StructFactory.createInstruction(type));
 }
 public static Struct Create(int type)
 {
     return(StructFactory.create(type));
 }