private function getCampaignFromForcedBanner(Pap_Contexts_Action $context) {
     $banner = $this->getBanner($context->getBannerIdFromRequest());
     return $this->getCampaignById($context, $banner->getCampaignId());
 }