public void UnRegisterGameObject(ITweContext theObject)
 {
     GameObjects.Remove(theObject);
 }
 public void RegisterGameObject(ITweContext theObject)
 {
     GameObjects.Add(theObject);
 }