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