Missing Controller
Error: RiskManagementController could not be found.
Error: Create the class RiskManagementController below in file: app/controllers/risk_management_controller.php
<?php
class RiskManagementController extends AppController {
	var $name = 'RiskManagement';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
