public virtual void close()
 {
     site.close();
 }
 /// <summary>
 /// Called when the user wants to cancel the modal controller.
 /// </summary>
 protected virtual void onCanceled()
 {
     site.close();
 }