public void init()
 {
     if (showItemList != null)
     {
         showItemList.refreshUI(listBox_content);
     }
 }