protected void BindCollections()
 {
     _collectionsDropDownList.Items.Clear();
     _collectionsDropDownList.Items.Add(new ListItem("None", ""));
     _collectionsDropDownList.Items.AddRange(_provider.GetContainers());
 }