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