chore: remove redundant postcode title and description overrides from controller
- Removed duplicate postcode field definitions from WasteCollectionController.
- These fields were already defined in PostcodeForm, making the controller definitions redundant.
- Prevents potential conflicts or inconsistencies between form and controller logic.
- Improves code clarity and adheres to DRY (Don't Repeat Yourself) principles.
- No functional changes; only code cleanup for better maintainability.