Get any Models directly inside Controller action in Cakephp

By using App::import()

Here is an example.
App::import('Model', 'City');