private void ConsultaProductoMenuItem_Click(object sender, RoutedEventArgs e)
        {
            ConsultaProductos consultaProductos = new ConsultaProductos();

            consultaProductos.Show();
        }