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