private void btnVentas_Click(object sender, RoutedEventArgs e) { Ventas ventas = new Ventas(); ventas.Show(); }