* @return string com o caminho de cadastro de produtos.
*/
public String registerProduct() {
this.smallImageFileUpload = null;
this.imageFileUpload = null;
this.product = new Product();
this.product.setCategory(new Category());
return "registerProduct";
}