public AssemblyConverter()
 {
     boc            = new BinaryOperationConverter(this);
     arrayConverter = new ArrayConverter(this);
 }