public ActionResult Index() { var currencies = _currenciesService.Index(); return(View(currencies.ToList())); }