public void Save()
        {
            string path = SavePathBox.Text;

            ScoutingJson.SaveMatchRecord(Record, path);
        }