public Form1() { InitializeComponent(); productDb = new ProductDB(ConfigurationManager.ConnectionStrings["SaleDB"].ConnectionString); }