public void addEntity(T item) {
   DAO.create(item);
   fireTableDataChanged();
 }