public void ShowRewardedAd()
 {
     Debug.Log("tusa bastım");
     GameConst.instance.secondPushed = true;
     DataScript.isSecondChanceButtonPushedForLevel = true;
     uIScript.DestroyAdCanvas();
     StartCoroutine(RewardAd());
 }