public void deleteTags() {
   tagDAO.removeAll();
   personDAO.removeAll();
 }