public ActionResult AssignRegionToBranch()
        {
            var branches = _iBranchManager.GetAllBranches();

            ViewBag.AssignedRegions = _iBranchManager.GetAssignedRegionToBranchList();
            return(View(branches));
        }