public void LlenarGridProducto() { ProductoBL cli = new ProductoBL(); dgvProd.DataSource = cli.LlenarProductos(); CambiarTextoColumnasDG(); CambiarNombreColumnasDG(); }