public void CreateNewLayer(int Index, Layer LayerData, bool IsUndoAction = false) { MapWidget.CreateNewLayer(Index, LayerData, IsUndoAction); }