public void AppEnd() { WebSiteDB.SaveDbToXml(XmlDbFilePath); }
public void AppStart() { WebSiteDB.LoadDbFromXml(XmlDbFilePath); }