private void historyToolStripMenuItem_Click(object sender, EventArgs e)
 {
     hw = new History();
     hw.Show();
 }