'this' context in actions sent from componets

I have a component that sends an action up to an outer controller. However, within the action handler in that outer controller, the “this” context is that of the sending component. This becomes a point of frustration if the handler is trying to use objects such as “this.store”. Is there a way to avoid this issue? I tried creating a "private

Could you isolate this to a jsbin/jsfiddle? Are you using sendAction to send the action from the component?

What version of Ember?

I’m sorry I never meant to publish this post I resolved my issue.