8586878889909192939495
public DataModel createHomeModel() { ItemListModel mainModel = new ItemListModel(); try { PersistenceManager.init(); mainModel.reloadCommand(); } catch (Exception e) { e.printStackTrace(); //TODO } return mainModel;