void IIncidentsGridViewPresenterListener.OnShowOnMap(string location) { IncidentLocation incidentLocation = new IncidentLocation(location); mapViewer.Show(incidentLocation.ToString()); }