public ActionResult UpdateUserCustomer(int id) { UserVM human = UserVM.Map(humanLg.GetUserInfoByUserID(id)); return(View(human)); }