public void delete(int id) throws JSONException, IOException {
   ra.delete(id);
 }