private void ExcelOutBTN_Click(object sender, RoutedEventArgs e)
        {
            JsonFunctions newJson = new JsonFunctions();

            newJson.LoadSchema(@"C:\Users\abuchanan.LII01\Desktop\TESTING.json");
        }