public void stop() {
   mymod.stop();
   super.stop();
 }
 // Close the sound engine
 public void stop() {
   Sonia.stop();
   super.stop();
 }