private void _activateShelf_Click(object sender, EventArgs e)
 {
     _component.ActivateSelectedShelf();
 }