franksemails.com
public static List<ShopItem> WifesShoppingInstructions()
{
if (Store.EggSection.Eggs.Count() > 0)
{
return Store.BreadSection.Loaves.Get(6);
}
return Store.BreadSecion.Loaves.Get(1);
}