// GET api/<controller> public IEnumerable <Household> Get() { _households.GetAllHouseholds(); return(_households.HouseholdList); }