private void DetailsBtn_Click(object sender, EventArgs e) { if (PopulationList.SelectedIndex != -1) { PersonDetails pd = new PersonDetails(pop[PopulationList.SelectedIndex],this); pd.Show(); } }