public string ShowDetailedArticle(string name, int id) { string artigo = _outputFiles.GetOutputArtigo(name, id).ToString(); return(artigo); }