public void WhenISelectInCategory(string category)
 {
     productEditingPage.SelectInCategorySelect(category);
 }