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