private void GetBranchList()
        {
            UserInfoBLL objUserInfoBll = new UserInfoBLL();
            var         branchList     = objUserInfoBll.GetAllBranch();

            ViewBag.BranchNames = branchList;
        }