private void nav_aboutpo_MouseDown(object sender, MouseButtonEventArgs e)
 {
     ContentAppVer.ShowAsync();
 }
 private void btn_about_close_Click(object sender, RoutedEventArgs e)
 {
     ContentAppVer.Hide();
 }