public int AddBindSlab(Product product) { dbproduct = new DBProduct(); int Result = 0; try { Result = dbproduct.AddBindSlab(product); return(Result); } catch (Exception) { throw; } }