public function deleteListItemAction()
 {
     $history_id = $this->_getParam('id');
     $historyService = new Application_Service_HistoryService();
     $historyService->deletePlayedItem($history_id);
 }