public ActionResult Index() { List <Stock> stocks = _stocksService.GetStocksAvailable(); return(View(stocks)); }