internal void About() { About aboutBox = new About(); aboutBox.TopMost = true; aboutBox.ShowDialog(); }