function login_action()
 {
     $model = new UsersModel();
     $model->user_authentication();
     $html = $this->render_template('application/view/templates/login.php', array());
     return $html;
 }