public Entity()
 {
     aspects = new AspectContainer(this);
     this.entityID = GetID(this);
     this.Enabled = true;
 }