public ContextModel(GetAll.MainRule.ContextModel context, IRule rule) : base(context, rule)
 {
 }
 public PartnerDirectorListRule(GetAll.MainRule.ContextModel context, IRule parentRule)
 {
     // Create Context
     Context    = new ContextModel(context, this);
     ParentRule = parentRule;
 }