public void AlertButtonPressed(NSObject sender)
 {
     akAlert = new AKAlert (new NSString("Oh no, somethign alert-worthy has occurred in our Xamarin host app!"));
     akAlert.Delegate = this;
     akAlert.Alert ();
 }
 public void AlertButtonPressed(NSObject sender)
 {
     akAlert          = new AKAlert(new NSString("Oh no, somethign alert-worthy has occurred in our Xamarin host app!"));
     akAlert.Delegate = this;
     akAlert.Alert();
 }