private void comboBox4_SelectedIndexChanged(object sender, EventArgs e)
 {
     if (comboBox3.SelectedIndex >= 0)
     {
         BloodResult.GetGroupByParents(comboBox4.Items[comboBox4.SelectedIndex].ToString(), comboBox3.Items[comboBox3.SelectedIndex].ToString());
     }
 }