public ActionResult Edit(int userID) { AppUserRepo repo = new AppUserRepo(); AppUser account = repo.GetAccount(userID); return(View(account)); }