private void button5_Click(object sender, EventArgs e)
 {
     fight.turn();
     richTextBox1.Text += Environment.NewLine + fight.Status;
 }