void Listele() { urunBL = new UrunBL(); dgvPazar.DataSource = urunBL.UrunListesi(); dgvUrunlerim.DataSource = urunBL.BenimUrunlerim(kullaniciId); }