Source src = new Source(); SourceProvider prv = new FileSourceProvider(); prv.Fill(src); foreach (Product p in src.Products) { .... }