static void
Main(
string[] args)
{
CreateXmlFile();
XDocument xml = ReadXmlFile();
FindBestCustomer(xml);
ModifyXml(xml);
FindBestCustomer(xml);
}
Best customer: Save-a-lot Markets, 31 orders
WUT customer
added
Save-a-lot Markets removed
Best customer: Ernst
Handel, 30 orders