public static bool DeleteArticleByPkid(int id) { return(ArticleDal.DeleteArticleByPkid(ProcessConnection.OpenMarketing, id)); }