private void inCardapio_Click(object sender, RoutedEventArgs e) { Window w = new Cardapio(); w.ShowDialog(); }