/// <summary>
 /// Raises the shared ShowPropertiesClicked event
 /// </summary>
 public void Raise_ShowProperties(object sender, RasterLayerEventArgs e)
 {
     if (ShowPropertiesClicked != null)
     {
         ShowPropertiesClicked(sender, e);
     }
 }
 /// <summary>
 /// Raises the shared ShowPropertiesClicked event
 /// </summary>
 public void Raise_ShowProperties(object sender, RasterLayerEventArgs e)
 {
     if (ShowPropertiesClicked != null) ShowPropertiesClicked(sender, e);
 }