So I have the following code for when the \"Add player\" button is clicked
private void addPlayerBtn_Click_1(object sender, EventArgs e) { //Do some code
addPlayerBtn_Click_1(object sender, EventArgs e);
Should be:
addPlayerBtn_Click_1(this, new EventArgs());