//------------------------------------------------------------------------------------------------------------------------ // ConfirmTransactionSelectedItem() //------------------------------------------------------------------------------------------------------------------------ //Tells the model to confirm the current selected item public void ConfirmSelectedItem(ShopActions pAction, ShopModel pModel) { pModel.ConfirmTransactionSelectedItem(pAction); }