private void updateStocksInEtf(string etfId) { var etfStocks = stockHelper.GetEtfStocks(etfId); model.UpdateEtfStocksData(etfId, etfStocks); }