private void Hyperlink_RequestNavigate_1(object sender, RequestNavigateEventArgs e)
 {
     Information info = new Information();
     info.ShowDialog();
 }
        private void Hyperlink_RequestNavigate_1(object sender, RequestNavigateEventArgs e)
        {
            Information info = new Information();

            info.ShowDialog();
        }