private void Category_KeyDown(object sender, KeyEventArgs e)
 {
     if (e.Key == Key.Enter)
     {
         ItemGroup.Focus();
     }
 }