private void sellstock_Click(object sender, EventArgs e) { sellstock fm = new sellstock(account_id); fm.Show(); }