private void Button_Click_1(object sender, RoutedEventArgs e)
 {
     removeRC = RemoveRC.Column;
     this.Close();
 }
 public RemoveRowCol()
 {
     InitializeComponent();
     removeRC = RemoveRC.none;
 }