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