private void DeleteRasterLayer(String filePath)
 {
     RasterLayer.RemoveAll(v => v.FilePath == filePath);
 }