private void SetMap(MapType mapType) { Map = mapRepository.GetMapFile(mapType); RaisePropertyChanged("Map"); }