private void InfoBtn_Click(object sender, EventArgs e) { Information InfoDialog = new Information(); InfoDialog.ShowDialog(); }