private void Button_Click(object sender, RoutedEventArgs e) { RPedido p = new RPedido(producto1, this, ListaPedido); p.Show(); this.Hide(); }