public void close() {
   helper.close();
 }
 public void open() {
   database = helper.getWritableDatabase();
 }