public virtual bool IsList(MemberInfo role)
 {
     return(Lists.Contains(role));
 }