public void remove(GraphicObject g) { objectList.Remove(g); }
public void add(GraphicObject g) { objectList.Add(g); }