public void saveEinstellungen()
 {
     XMLWriter xml = new XMLWriter();
     xml.Write(GetApplicationsPath() + "/" + xmlFile, this);
 }