private void storeXML(TestGraph1 tg1) { XmlSerializationContext xmlsc = new XmlSerializationContext(); xmlsc.StoreObject("TG", tg1); xmlsc.Save(System.Environment.GetEnvironmentVariable("TEMP") + "\\TestGraphPersistence.xml"); }