let rootV = ViewController()
let rootNav = UINavigationController.init(rootViewController: rootV)
self.window?.rootViewController=rootNav