public override List <int> ReadAll()
        {
            var l = base.ReadAll();

            _notificationRepo.ReadGlobals(l, _repId);
            return(l);
        }