public AddProduct()
 {
     InitializeComponent();
     this.productDao = new ProductDAO();
 }