private void instantRichesDetails_Click(object sender, EventArgs e)
 {
     details instantRichesDetails = new details("InstantRiches.xml");
     instantRichesDetails.ShowDialog();
 }
 private void cashBurstDetails_Click(object sender, EventArgs e)
 {
     details cashBurstDetails = new details("Cashburst.xml");
     cashBurstDetails.ShowDialog();
 }