private void whatIfToolStripMenuItem_Click(object sender, EventArgs e) { WhatIf whatIf = new WhatIf(); whatIf.Show(); }