public static GeoRss10Where ToGeoRss10Where(this MultiPolygon mpolygon)
 {
     return(new GeoRss10Where()
     {
         Item = mpolygon.ToGmlMultiSurface()
     });
 }