public Task <bool> DeleteProductById(int productId) { // Perform business logic here return(_productDataAccess.DeleteProductById(productId)); }