public StockIn Get(string itemName, int?companyId) { return(stockInGateway.Get(itemName, companyId)); }