public boolean DBInsert(String name, String checked) throws SQLException {
   return dbHelper.insertCountry(name, checked);
 }