public void FiltrarCategoria() { ProductoBusiness ctr = new ProductoBusiness(); ProductoModel model = new ProductoModel(); model.TextoBuscar = txt_buscar.Text; DRG_Producto.DataSource = ctr.BuscarProducto(model); OcultarColumnas(); }