private void OnDestroy()
 {
     TssSDKManager.sington = null;
 }
 private void Awake()
 {
     TssSDKManager.sington = this;
 }