public bool ResimSil(int resimId) { Resim resim = _resimRepository.GetSingle(r => r.Id == resimId); return(_resimRepository.Remove(resim)); }