public static System.Data.Entity.Spatial.DbGeometry Intersection(System.Data.Entity.Spatial.DbGeometry source,
                                                                  System.Data.Entity.Spatial.DbGeometry target)
 {
     return(source.Intersection(target));
 }