XElement customer = XElement.Load(@"..\..\customer.xml");

CustomerAnnotation annotation = new CustomerAnnotation();
annotation.Notes = "Toto je dobr zkaznk!";
customer.AddAnnotation(annotation);
