let loginVC = self.storyboard?.instantiateViewControllerWithIdentifier("login") as! LoginViewController
let navigationController = UINavigationController(rootViewController: loginVC)
self.presentViewController(navigationController, animated: true, completion: nil)
self.dismissViewControllerAnimated(true, completion: { () -> Void in
self.conf.setAuth(Int(userId)!)
})