/// <summary>
 /// Locations the selected.
 /// </summary>
 /// <param name="sender">The sender.</param>
 /// <param name="e">The <see cref="EventArgs"/> instance containing the event data.</param>
 private void LocationSelected(object sender, EventArgs e)
 {
     SelectLocation?.Invoke(sender, e);
 }