private void Get_top_lineups_btn_Click(object sender, EventArgs e)
        {
            string fp         = lineup_bp_text.Text;
            string topLineups = FileBuilder.GetTxtText(fp);

            top_lineups_tb.Text = topLineups;
        }