public void Ekle() { Kullanicilar kullanici = new Kullanicilar(); kullanici.Ad = txtAd.Text; kullanici.Soyad = txtSoyad.Text; kullanici.Departman = txtDepartman.Text; kullanici.DomainAdi = txtDomainAdi.Text; kullanici.KullaniciId = id; kullanici.FirmaId = Convert.ToInt32(cbFirma.SelectedValue); kullanici.KullaniciEkleGuncelle(); this.Close(); }