public static void DrawShape(Shape shape)
 {
     shape.Draw();
 }