public ActionResult Delete(int id) { ArticleBLL fbb = new ArticleBLL(); return(Json(fbb.DeleteById(id, UserId, UserName).toJson())); }