private void buttonAddClient_Click(object sender, EventArgs e) { FormAddClient fac = new FormAddClient(this.dataset); fac.ShowDialog(); }