public void AddToExistingPurchase(skStock StockOb, int PurchaseID, int UserID) { StockRepo.AddToExistingPurchase(StockOb, PurchaseID, UserID); }