public void AddNewStock(skStock StockOBJ, int UserID) { StockRepo.AddNewStockItem(StockOBJ, UserID); }