public string VisitCompoundGraphic(CompoundShape cg) { return("<compound_graphic>" + "\n" + " <id>" + cg.GetId() + "</id>" + "\n" + _visitCompoundGraphic(cg) + "</compound_graphic>"); }