protected void OnDisable()
 {
     m_Rule = null;
 }
 protected void OnEnable()
 {
     m_Rule = target as CollectionDependencyRule;
 }