private void InternalItemMovements_Load(object sender, EventArgs e)
        {
            SetPermissions();
            BindFormElements();

            // Hide the Pick face replenishment pages
            tbPickFace.Visible = false;
            tbPickFaceReplenishment.Visible = false;

            lkBoxSizes.DataSource = BLL.ItemManufacturer.PackageLevelKeys;
            RadioGroup1SelectedIndexChanged(new object(), new EventArgs());

            PhysicalStore ps=new PhysicalStore();
            ps.LoadAllPhysicalStoreswithClusterandWarehouseNames();
            lkPhysicalStore.Properties.DataSource = ps.DefaultView;
        }