public Accounts_Add(Accounts acc) { InitializeComponent(); this.accounts1 = acc; }
private void button4_Click(object sender, EventArgs e) { Accounts fr = new Accounts(); fr.Show(); }