public IEnumerable <Kullanicilar> All()
 {
     return(_manager.All());
 }