private void Remove_Click(object sender, RoutedEventArgs e)
 {
     EquipmentClass _Eclass = new EquipmentClass();
     DataSet _OutSet = _Eclass.getWorkEquipment();
     TakeMove tm = new TakeMove();
     tm.page.ShowPages(tm.MoveGrid, _OutSet, BaseRequest.PAGE_SIZE);
     //this.apply_repair.Children.Add(tr);//.Add(_Repair);
     //JXMessageBox.Show(Window.GetWindow(this)
     tm.Owner = Window.GetWindow(this);
     tm.ShowDialog();
 }
        private void Remove_Click(object sender, RoutedEventArgs e)
        {
            EquipmentClass _Eclass = new EquipmentClass();
            DataSet        _OutSet = _Eclass.getWorkEquipment();
            TakeMove       tm      = new TakeMove();

            tm.page.ShowPages(tm.MoveGrid, _OutSet, BaseRequest.PAGE_SIZE);
            //this.apply_repair.Children.Add(tr);//.Add(_Repair);
            //JXMessageBox.Show(Window.GetWindow(this)
            tm.Owner = Window.GetWindow(this);
            tm.ShowDialog();
        }