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