static void Main(string[] args)
        {
            DownloadArticle parse = new DownloadArticle();

            parse.Process();
        }
 static void Main(string[] args)
 {
     DownloadArticle parse = new DownloadArticle();
     parse.Process();
 }