public void UpdateSettings(DataSet dsSettings)
 {
     ServerAPI api = new ServerAPI(m_SettingsPath);
     api.UpdateSettings(dsSettings);
 }