private static void LerXmls()
        {
            xmlBLL x = new xmlBLL();

            x.TriagemArquivos();
        }
        private static void ImportarArquivos()
        {
            xmlBLL x = new xmlBLL();

            x.TriagemArquivos();
        }