public void EnableOrDisableRule(string ruleId, bool enabled)
 {
     m_DataManager.EnableOrDisableRule(ruleId, enabled);
 }