protected void addProcessingResult(CProcessingResult result)
 {
     result.SetGroupName(groupName);
     procResults.Add(result);
 }