public IActionResult KullaniciSil(string id)
        {
            KullaniciDB.KullaniciSil(id);

            return(View("Index"));
        }