protected void BindGridList() { GridView1.DataSource = ProductTypeController.GetAllProductTypes(); GridView1.DataBind(); }