void TumDialoglariSifirla()
 {
     StoreGoldPackage1 = null;
     StoreSuperBoost1  = null;
     StoreBoost1       = null;
     StoreKrediYukle1  = null;
 }
 private void BoostButton_Click(object sender, EventArgs e)
 {
     if (boosTxt.Text == "+")
     {
         TumDialoglariSifirla();
         StoreBoost1 = new StoreBoostDF();
         StoreBoost1.PrivateProfileBaseActivity1 = this;
         StoreBoost1.Show(this.SupportFragmentManager, "StoreBoost1");
     }
     else
     {
         UseBoostOrSuperBoost("BOOST");
     }
 }