I cannot pass the last condition. I get NullPointerException when I run the verification. I suppose that I haven't done everything correctly in the controller: public void onShowAllUsers(){ model.loadUsers(); usersView.refresh(model.getDataModel()); } Can someone please help?