private static void Drawing_OnDraw(EventArgs args)
 {
     if (WallPolygon != null)
     {
         WallPolygon.DrawPolygon(Color.AliceBlue);
     }
 }