public List <ProfileGroup> GetAll()
 {
     return(_lazyCache.GetOrAddProfileGroups(() => _internalRepository.GetAll()));
 }