public void ArticlesUpdateJust(ArticleBLL articleUpdate) { _context.ArticlesUpdateJust(articleUpdate.ArticleID, articleUpdate.ArticleName, articleUpdate.ArticleText, articleUpdate.EventID, articleUpdate.UserID); }