public Inventory GetItemByLocIdStickId(int locId, int stickId)
        {
            Inventory inventory = inventRepo.GetInventoryByLocIdStickId(locId, stickId);

            return(inventory);
        }