In the context of an e-commerce, products shouldn't be deleted. Deleting a product would delete or corrupt all data related to it. Instead we should "soft delete" it.
Tasks:
Add a "isActive" bool to the product and create the methods in the controller and user interface accordingly.
Experience Points: 25