private void button3_Click(object sender, EventArgs e) { History getHistory = new History(this); getHistory.ShowDialog(); }