public void FillGridView() { this.GVProducts.DataSource = _product.GetProducts(); this.GVProducts.DataBind(); }