protected BinaryImage()
 {
     this.instructions = new InstructionCollection(this);
     this.attributes = new ByteAttributeCollection(this);
 }
 protected BinaryImage()
 {
     this.instructions = new InstructionCollection(this);
     this.attributes   = new ByteAttributeCollection(this);
 }