public void ParseProductPageTest()
        {
            VerkkokauppaParser target = new VerkkokauppaParser();
              HtmlDocument result = new HtmlDocument();
              result.Load("verkkokauppa_product.htm");
              target.ProductParsed += new EventHandler<ParserEventArgs>(target_ProductParsed);

              target.ParseProductPage(result, "TestiKategoria");
        }