showNoSuchLevel method
Shows the 'NoSuchLevelView' and activates the button click listener for listenPreviousLevelButton
Implementation
void showNoSuchLevel(int level) {
MenuView.show().messageNoSuchLevel(level).render();
this.listenPreviousLevelButton();
}