public void Start()
 {
     app = new application();
 }
 public void Stop()
 {
     app.Quit();
     app = null;
 }