public CircleFactory(iIOmethod method)
 {
     ioMethod = method;
 }
 public TriangleFactory(iIOmethod method)
 {
     ioMethod = method;
 }