public IEnumerable <Model.Custom.Menu> GetList(int adminId, bool isAdmin) { return(_SysMenuRepository.GetList(adminId, isAdmin)); }