In the structure of my components, the SideHead component contains a method that needs to access objects of Incidents and call functions on them. Simply put, I want a method in "A" to access objects of "B" and invoke their methods. I've considered emitting an event and propagating it as a potential solution, but I haven't been able to successfully implement it. Any suggestions or ideas on how to achieve this?