private void filter() { if(tf4.getValue().equals("")) { this.refreshList(); } else { notes.filter(tf4.getValue()); List notificationList = notes.getList2(); notificationGrid.setItems(notificationList); } }