private void LlenarProductos(int idCategoria)
 {
     DGProducto.DataSource = producto.ListarProductosCategoria(idCategoria);
 }