public int Get(int id)
        {
            int stock = StockData.GetStock(id);

            return(stock);
        }