public void Remove(CGameObject o)
 {
     List.Remove(o);
 }
 public void Add(CGameObject o)
 {
     List.Add(o);
 }