Can models access controller methods?

This is definitely a design flaw. Model should not be aware of any controller. It should never access any methods in the controller.