private void goster(radiusEntities dc) { Kart s = new Kart(dc); GridView1.DataSource = s.KartListe(); GridView1.DataBind(); }