public void RemoveShape(Shape s) { _shapes.Remove (s); }
//Methods public void AddShape(Shape s) { _shapes.Add (s); }