public Bundle getBundle(long id) {
   Long l = new Long(id);
   Bundle b = bundles.get(l);
   return b;
 }