public ActionResult Delete(int accountId) { AccountBLL ab = new AccountBLL(); return(Json(ab.DeleteById(accountId, UserId, UserName).toJson())); }