private void Manage_OnClick(object sender, RoutedEventArgs e)
 {
     if (cm == null)
     {
         cm = new ColumnManager(this);
     }
     cm.Show();
 }