private void quotesToolStripMenuItem_Click(object sender, EventArgs e) { FormQuotes form = new FormQuotes(dataset); form.Show(); }