public void AddCircle(Point point, int width, int height) { Circle c = new Circle(point, width, height); Circles.Add(c); }