private void CrearVentaCommandExecuted() { try { db.AbrirVenta(); LoadMenu(); } catch (Exception ex) { } }