public RiskMatrixController(IRiskMatrixService riskMastrixService, IRiskMatrixScreenSecurityService riskMatrixSecreenScurity)
 {
     _riskMastrixService       = riskMastrixService;
     _riskMatrixSecreenScurity = riskMatrixSecreenScurity;
 }
 public MaterializedController(IRiskMaterializedService materializedService, IRiskMatrixScreenSecurityService riskMatrixSecreenScurity)
 {
     _materializedService      = materializedService;
     _riskMatrixSecreenScurity = riskMatrixSecreenScurity;
 }