private void OnApplicationQuit()
 {
     LeapService.DestroyController();
 }
 private void OnDestroy()
 {
     LeapService.DestroyController();
 }