public int DeleteProduct(int id) { Product obj = new Product(); obj.ProductId = id; return(objblproduct.DeleteProduct(obj)); }