private void btnKaydet_Click(object sender, EventArgs e) { if (stokDal.AddOrUpDate(context, _entity)) { kodOlustur.KodArttirma(); stokDal.Save(context); stokkayitedildi = true; this.Close(); } }