static void Main(string[] args)
        {
            LinqSamples samples = new LinqSamples();

            // Comment or uncomment the method calls below to run or not
            samples.DataSetLinq109();   // Create and load a DataTable from a sequence
            //samples.DataSetLinq117a();  // Load an existing DataTable with query results
        }