public static void dropTable() {
   try {
     DbDAO.dropTable();
   } catch (SQLException e) {
     e.printStackTrace();
   }
 }