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

            mapViewer.Show(incidentLocation.ToString());
        }