public override void Save(XmlWriter xmlw) { xmlw.WriteStartElement("ItemTile"); _item.Save(xmlw); xmlw.WriteEndElement(); }