public WamInstructionRegister(WamInstructionRegisterTypes type, byte id)
 {
     _type = type;
     _id = id;
 }
 public WamInstructionRegister(WamInstructionRegisterTypes type, byte id)
 {
     _type = type;
     _id   = id;
 }