public WKWebNavigationDelegate(AuthenticationAgentUIViewController AuthUIViewController)
 {
     AuthenticationAgentUIViewController = AuthUIViewController;
     return;
 }
 public WKWebViewUIDelegate(AuthenticationAgentUIViewController c)
 {
     _controller = c;
     return;
 }