private void OnInformacoesDiretorioArquivoActivated(object sender, EventArgs e)
 {
     catalogador.InformacoesDiretorioArquivo();
 }
 void MenuInformacoesDiretorioArquivoClick(object sender, EventArgs e)
 {
     catalogador.InformacoesDiretorioArquivo();
 }