public int AddBankInfo(Product product) { dbproduct = new DBProduct(); return(dbproduct.AddBankInfo(product)); }