public void DeleteDomain(string domainID)
 {
     ServerAPI api = new ServerAPI(m_SettingsPath);
     api.DeleteDomain(domainID);
 }