void ReleaseDesignerOutlets()
 {
     if (AddressLabel != null)
     {
         AddressLabel.Dispose();
         AddressLabel = null;
     }
     if (BedsLabel != null)
     {
         BedsLabel.Dispose();
         BedsLabel = null;
     }
     if (PropertyImage != null)
     {
         PropertyImage.Dispose();
         PropertyImage = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (AddressLabel != null)
     {
         AddressLabel.Dispose();
         AddressLabel = null;
     }
     if (BathsLabel != null)
     {
         BathsLabel.Dispose();
         BathsLabel = null;
     }
     if (BedsLabel != null)
     {
         BedsLabel.Dispose();
         BedsLabel = null;
     }
     if (EstimatedValueLabel != null)
     {
         EstimatedValueLabel.Dispose();
         EstimatedValueLabel = null;
     }
     if (FeatureText != null)
     {
         FeatureText.Dispose();
         FeatureText = null;
     }
     if (PropertyImage != null)
     {
         PropertyImage.Dispose();
         PropertyImage = null;
     }
     if (RateChangeLabel != null)
     {
         RateChangeLabel.Dispose();
         RateChangeLabel = null;
     }
     if (TableDetailView != null)
     {
         TableDetailView.Dispose();
         TableDetailView = null;
     }
 }