private void comboBox6_SelectedIndexChanged(object sender, EventArgs e)
 {
     if (comboBox5.SelectedIndex >= 0)
     {
         BloodResult.GetResusFactor(comboBox6.Items[comboBox6.SelectedIndex].ToString(), comboBox5.Items[comboBox5.SelectedIndex].ToString());
     }
 }