public bool KullanicilarSilbyId(int id)
 {
     return(kullanicilarRepository.SilByPredicate(r => r.KullaniciID == id));
 }