//save option public void Save() { using (var fs = new FileStream(_path + ".sav", FileMode.Create, FileAccess.Write)) { Mapper.Save(fs); } }