Task 3: Add CRUD (Create, Read, Update, Delete) and details for each page. Create a subpage inside student page for adding and removing enrolments. Add any necessary validations. Note: Be careful when you delete items. I use the scaffolding feature of VS to create the Add/Edit page. In the Add/Edit class page, I need two …