public ShapeGeometryRow(IVisio.VisRowTags tag)
 {
     this.RowTag = tag;
 }
 public GeometryRow(IVisio.VisRowTags tag)
 {
     this.RowTag = tag;
 }