public ActionResult ViewEmployeeAccount(int UserID) { Account acc = info.GetAccountByUserID(UserID); return(View(acc)); }