public bool IsItemIdExist(int itemId)
 {
     return(stockInGateway.IsItemIdExist(itemId));
 }