public static void RemoveShape(Shape2D shape) { shapeList.Remove(shape); }
public static void AddShape(Shape2D shape) { shapeList.Add(shape); }