public ActionResult Index() { using (KullaniciRepository repo = new KullaniciRepository()) { var model = repo.Listele(); return(View(model)); } }