private void AddRasterLayer(String filePath) { RasterLayer.Add(new FtLayer(FtLayerType.FtRasterLayer, true, filePath)); }