private void btnListarAtividades_Click(object sender, RoutedEventArgs e) { ListaAtividades la = new ListaAtividades(); la.Show(); }