public DataError(int errorType, Family fam, string description) : this(errorType, Fact.FactError.ERROR, (Individual)null, description) { this.family = fam; }
public DataError(int errorType, Family fam, string description) : this(errorType, Fact.FactError.ERROR, null, description) { family = fam; }