private MapSelection communicationSelection;
public ECFContribution start(BundleContext context) {
this.context = context;
communicationSelection = new MapSelection();
openFilesLayer = new CommunicationOverlay(communicationSelection);
plugin = this;
return this;
}