}
}
else if (c == Commands.getAddCommand()) {
if (s instanceof ListScreenInterface) {
ListScreenInterface listScreen = (ListScreenInterface)s;
listScreen.newItem();
DisplayController.setCurrentScreen(listScreen.getEditScreen());
}
}
else if (c == Commands.getFindCommand()) {
if (s instanceof ListScreenInterface) {