protected void ButtonGetStartDates_Click(object sender, EventArgs e)
        {
            BearCode bearCode = new BearCode();
            String MasterMatterNumber = bearCode.AddLeadingZeros(TextBoxMasterMatter.Text, "matter");

            DropDownListStartDates.Items.Clear();
            TextBoxMasterMatter.Text = MasterMatterNumber;
            bearCode.PopulateMasterMatterStartDates(DropDownListStartDates, MasterMatterNumber, VariablesSplitManager.ERROR_LOG_FILE_NAME);
            LabelStartDates.Visible = true;
            DropDownListStartDates.Visible = true;
            LabelMasterMatterDescription.Text = bearCode.GetMatterDesc1(MasterMatterNumber, VariablesSplitManager.ERROR_LOG_FILE_NAME);
        }
        protected void ButtonGetStartDates_Click(object sender, EventArgs e)
        {
            BearCode bearCode           = new BearCode();
            String   MasterMatterNumber = bearCode.AddLeadingZeros(TextBoxMasterMatter.Text, "matter");

            DropDownListStartDates.Items.Clear();
            TextBoxMasterMatter.Text = MasterMatterNumber;
            bearCode.PopulateMasterMatterStartDates(DropDownListStartDates, MasterMatterNumber, VariablesSplitManager.ERROR_LOG_FILE_NAME);
            LabelStartDates.Visible           = true;
            DropDownListStartDates.Visible    = true;
            LabelMasterMatterDescription.Text = bearCode.GetMatterDesc1(MasterMatterNumber, VariablesSplitManager.ERROR_LOG_FILE_NAME);
        }