private bool HasThisItem(int itemId)
 {
     return(aProductGateway.HasThisItem(itemId));
 }