Inheritance: UIAlertView
 /// <summary>
 /// Initializes a new instance of the <see cref="Paint.BusyMessageDisplay"/> class.
 /// </summary>
 /// <param name='title'>
 /// Title of the 'busy' view
 /// </param>
 /// <param name='message'>
 /// Message to display on the 'busy' view
 /// </param>
 public BusyMessageDisplay(string title, string message)
 {
     this.uiBusyAlertView = new UIBusyAlertView(title, message);
 }