aggregateScore function
Calculate aggregate risk score refer existed all metrics
Implementation
Future aggregateScore()async{
await getScoreAll();
await getEmployeesSharedScore();
await crtAggregateScore();
await updateScoreNode(Types.userScoreNodePath, Types.geigerScoreAggregate,Types.users);
}