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