public void close() {
   helper.close();
 }
 public void open() throws SQLException {
   db = helper.getWritableDatabase();
 }