public ActionResult BatchDelete(string ids) { ArticleBLL fbb = new ArticleBLL(); return(Json(fbb.BatchDelete(ids, UserId, UserName).toJson())); }