public void CreateAlignmentPlots(FeaturesAlignedEventArgs e) { Action workAction = () => { BuildAlignmentPlotView(e); Reporter.CreateAlignmentPlots(e); }; ThreadSafeDispatcher.Invoke(workAction); }