private void BtnModifyClick(object sender, EventArgs e) { Form modSpell = new Forms.AddSpells(); modSpell.ShowDialog(); FileHandler.Instance.WriteBinaryFile(PlayerSpellBook.BookName, PlayerSpellBook); PopulateList(); textBoxBook.Text = string.Empty; }