static void Main(string[] args)
        {
            TaxCalculator tc = new TaxCalculator();

            tc.menu();
        }