void ReleaseDesignerOutlets()
 {
     if (BackgroundView != null) {
         BackgroundView.Dispose ();
         BackgroundView = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (BackgroundView != null)
     {
         BackgroundView.Dispose();
         BackgroundView = null;
     }
 }