private void Acercade_Click(object sender, RoutedEventArgs e) { About about = new About(); about.Visible = true; }