public sealed override void Populate(HashList <T> cols)
 {
     base.Populate(cols);
     _lookup = cols.ToDictionary(a => a.Id, a => a);
 }