using System; namespace productlist { class MainClass { public static void Main (string[] args) { Console.WriteLine ("Welcome to the Product List"); UI.promptForCommand (); } } }