private void ExportChart()
 {
     if (_projectService.AreAllVarietiesCompared)
     {
         _imageExportService.ExportCurrentGlobalCorrespondencesChart(this);
     }
 }
 private void ExportChart()
 {
     _imageExportService.ExportCurrentGlobalCorrespondencesChart(this);
 }