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