void OnOpenEditPartWindow(object sender, EditPartViewModel e)
 {
     EditPartWindow editPartWindow = new EditPartWindow(e);
     editPartWindow.Show();
 }
        void OnOpenEditPartWindow(object sender, EditPartViewModel e)
        {
            EditPartWindow editPartWindow = new EditPartWindow(e);

            editPartWindow.Show();
        }