private void damageItemsToolStripMenuItem_Click(object sender, EventArgs e) { damage damagef = new damage(); damagef.Show(); }