public List <Stock> Buy(int id, int qty) { List <Stock> stocks = _stocksService.UpateStocks(id, qty); return(stocks); }