private void button8_Click(object sender, EventArgs e) { string username = textBox1.Text; api.RemoveForceField(username); }