/**
  * Finds action by plugin key & action name
  *
  * @param string $pluginKey
  * @param string $actionKey
  * @return USERCREDITS_BOL_Action
  */
 public function findAction($pluginKey, $actionKey)
 {
     return $this->actionDao->findAction($pluginKey, $actionKey);
 }