private void btnfir_Click(object sender, EventArgs e) { int id = _f.FirmaList(true); if (id > 0) { FirmaAc(id); } frmAnaSayfa.Aktarma = -1; }