private void buttonSumLostGoals_Click(object sender, EventArgs e)
 {
     Goals.SumLostGoals(_sqlConnection, dataGridViewFootballStatistics, labelLostGoals);
 }
 private void buttonShowAllGoals_Click(object sender, EventArgs e)
 {
     Goals.ShowAllGoals(_sqlConnection, dataGridViewFootballStatistics);
 }