public function __init()
 {
     parent::__init();
     $this->model = K('User');
 }