public IActionResult AddAccount(string ID) { var bal = _homeRepository.AddAccount(ID); return(View(bal)); }