public void PauseTween()
 {
     if (TweenInstance.IsPlaying())
     {
         TweenInstance.Pause();
     }
 }