public void AddSettingToRule(string selectedRuleId, string entityId)
 {
     m_DataManager.AddSettingToRule(selectedRuleId, entityId);
 }