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