public RouterUINavigationControllerDelegate(RouterUINavigationController parent, IRoutingState router)
 {
     this.parent = parent;
     this.router = router;
 }
 public RouterUINavigationControllerDelegate(RouterUINavigationController parent, IRoutingState router)
 {
     this.parent = parent;
     this.router = router;
 }