private void setupProduct() throws NonUniqueBusinessKeyException, ObjectNotFoundException {
    p = Products.createProduct("organizationId", "productId", "techProductId", mgr);
    assertNotNull("product expected", p);

    mgr.persist(p);
  }