void OnDestory()
 {
     KinectListenerManager.removeListener(this);
 }
 void OnDisable()
 {
     KinectListenerManager.removeListener(this);
 }