void FillSex()
 {
     kcbSex.DisplayMember = "Name";
     kcbSex.ValueMember   = "Type";
     kcbSex.DataSource    = Sex.GetItems();
 }