private void loadDataTable() { GridView1.DataSource = context.sp_SelectTax(companyId, branchId); GridView1.DataBind(); }