public bool SupportsHousehold(Lot lot) { return(((lot.Household == null) && !lot.IsCommunityLot) && lot.CanSupportPopulation(this.mNumMembers)); }