The following code should check selOrg is not nil ```smalltalk initializePresenter " Private - See superimplementor's comment " self organismList whenSelectedItemChanged: [ : selOrg | self chrList items: (self chromosomeListFor: selOrg) ]. ```