private void LoadButtonClick(object sender, EventArgs e)
        {
            this.stages        = Stages.Read(this.stagesTextBox.Text);
            this.stringsConfig = StringsConfig.Read(this.stringsTextBox.Text);

            // todo 0005: implement (or remove if not needed; also remove stage.cs and FileConstants.Stages in that case)
        }