private void _closeShelf_Click(object sender, EventArgs e)
 {
     _component.CloseSelectedShelf();
 }