public ActionResult KategoriGuncelle(string TumKategorilerGuncel, string kategoriAdi, string TumUstKategorilerGuncel)
        {
            bool sonuc = db.kategoriGuncelle(TumKategorilerGuncel, kategoriAdi, TumUstKategorilerGuncel);

            if (sonuc)
            {
                ViewBag.txt = "KATEGORİ BAŞARIYLA GÜNCELLENDİ";
            }


            ViewBag.tumListe = gstKategoriler;

            return(View());
        }