public void SendCertificates(String outboxPath, List <String> certificateDocIds)
        {
            GetCertificatesInfo(certificateDocIds);
            GetCertificates(outboxPath);

            PDFCreator pc = new PDFCreator(Certificates);

            pc.OutboxPath = outboxPath;
            pc.CreatePdf();
        }
        public void SendCertificates(String outboxPath, List<String> certificateDocIds)
        {
            GetCertificatesInfo(certificateDocIds);
              GetCertificates(outboxPath);

              PDFCreator pc = new PDFCreator(Certificates);
              pc.OutboxPath = outboxPath;
              pc.CreatePdf();
        }