public ActionResult Edit(int id) { var accountDAO = new AccountDAO(); var model = accountDAO.AccountDetail(id); return(View(model)); }