private string ResponseArticleMsg(XmlDocument xmlDoc) { Main.Logic.Article article = new Article(xmlDoc); return article.ResponseMessage(); }