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