private void buttonAddFuturesAccount_Click(object sender, EventArgs e) { FormAddFuturesAccount fafa = new FormAddFuturesAccount(this); fafa.ShowDialog(); }