protected void cgrdDeclarationList_BeforeDataBind(object sender, EventArgs e)
 {
     string dataSignId = ccmbDataSign.SelectedValue;
     using (DeclarationProgressApplClient client = new DeclarationProgressApplClient())
     {
         cgrdDeclarationList.DataSource = client.GetSchoolProgress(dataSignId);
     }
 }
        protected void cgrdDeclarationList_BeforeDataBind(object sender, EventArgs e)
        {
            string dataSignId = ccmbDataSign.SelectedValue;

            using (DeclarationProgressApplClient client = new DeclarationProgressApplClient())
            {
                cgrdDeclarationList.DataSource = client.GetSchoolProgress(dataSignId);
            }
        }