private void AboutUs()
        {
            TAbout aboutPage = new TAbout();

            HIOStaticValues.CloseDuplicateWindows();
            string ver = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString();

            aboutPage.Show(ver);
        }