public virtual Scene AddEntity(ISceneEntity Entity) { Entity.OnAdd(this); pendingEntities.Add(Entity); return(this); }