private void iAbout_ItemClick(object sender, ItemClickEventArgs e) { aboutform About = new aboutform(); About.ShowDialog(); }