public IEnumerable <ApplicationGroup> GetListGroupByRoleId(string roleId) { return(_appGroupRepository.GetListGroupByRoleId(roleId)); }