public void WhenSearchForAProductByProductIDInTheSearchField(int id)
 {
     productPage = headerPage.FindProduct(id);
 }