public List <Kullanici> GetAll()
 {
     return(_kullaniciDal.GetAll());
 }