private void Bind()
 {
     contentsPivot.DataSource         = m_args.ItemsToMove;
     toteNameText.Text                = m_tote.Label;
     domainText.Text                  = m_tote.Domain.ToString();
     toteLookup.Properties.DataSource = m_areas.GetAllTotes(m_session);
 }