//protected void gvBranchList_SelectedIndexChanged(object sender, EventArgs e)
        //{

        //}

        public void ListBoxIteration(int selectedBranch)
        {
            Int16 m = 1;

            advisorBranchBo.UpdateRMBranchAssociation(rmIDRef, selectedBranch, userVo.UserId, m);
        }