void add(Entity entity)
 {
     _collection.AddEntityIfMatching(entity);
 }