public bool isShowingAd()
 {
     return(framesManager != null ? framesManager.isShowingAd() : false);
 }