private void button1_Click(object sender, EventArgs e) { EditQuote ed = new EditQuote(""); ed.ShowDialog(); }