public void DeleteUser(string userID)
 {
     ServerAPI api = new ServerAPI(m_SettingsPath);
     api.DeleteUser(userID);
 }