public void Insert(Kullanicilar model)
 {
     _manager.Insert(model);
 }