How can I call a class method from a model in a view helper. Basically the view shows the search results based on a list of type ids passed to the action. But on the view instead of the search ids, I want to show the description of those products instead of ids.How can I call a class method from a model in a