public function deleteListItemsAction()
 {
     $history_ids = $this->_getParam('ids');
     $historyService = new Application_Service_HistoryService();
     $historyService->deletePlayedItems($history_ids);
 }