private void SaveRom() { var filePath = Common.SaveFile("bin files|*.bin"); _loaderRomManager.Save(filePath); }