private void moveUpButton_Click(object sender, EventArgs e)
 {
     listWindow.MoveUpSelectedItems();
 }