void Start()
 {
     //new LeapService().CreateService();
     LeapService.CreateController();
 }
 // Use this for initialization
 void Awake()
 {
     LeapService.CreateController();
 }