public ActionResult Galeri() { var resimler = _resimRepository.GetAll().Take(9).ToList(); return(View(resimler)); }