private decimal CheckStock(int productId, decimal sellingPrice)
 {
     return(_saleTransaction.GetStockCount(productId, sellingPrice));
 }