public static void Main(string[] args)
 {
     CustomerTool customerTool = new CustomerTool();
     customerTool.Execute(args);
 }
        public static void Main(string[] args)
        {
            CustomerTool customerTool = new CustomerTool();

            customerTool.Execute(args);
        }