public int ArticlesObtainCount() { int proposedReturnValue = 0; proposedReturnValue = _context.ArticlesObtainCount(); return(proposedReturnValue); }