public void MoveCardRight(object parameter = null)
 {
     NodesListViewModel.MoveCardRight(this);
 }