// GET: /UserRoleMaster/

        public ActionResult Index()
        {
            var List = _userRolesService.GetRolesListForIndex();

            return(View(List));
        }