public void reset() {
   try {
     remote.reset();
   } catch (RemoteException e) {
     throw new RuntimeException(e);
   }
 }