public void DeleteFilter(string filterID)
 {
     ServerAPI api = new ServerAPI(m_SettingsPath);
     api.DeleteFilter(filterID);
 }