private void init_params() { ProductGroup.DataSource = new ProductsBLL().getCustomerGroups(); ProductGroup.DataBind(); ProductsTable.DataSource = new ProductsBLL().getCustomerProducts(); ProductsTable.DataBind(); }