void ReleaseDesignerOutlets()
 {
     if (BusyIndicator != null)
     {
         BusyIndicator.Dispose();
         BusyIndicator = null;
     }
     if (CinemaDetailsContainer != null)
     {
         CinemaDetailsContainer.Dispose();
         CinemaDetailsContainer = null;
     }
     if (PerformancesSegment != null)
     {
         PerformancesSegment.Dispose();
         PerformancesSegment = null;
     }
 }
 void ReleaseDesignerOutlets()
 {
     if (BusyIndicator != null)
     {
         BusyIndicator.Dispose();
         BusyIndicator = null;
     }
     if (CinemaDetailsContainer != null)
     {
         CinemaDetailsContainer.Dispose();
         CinemaDetailsContainer = null;
     }
     if (CinemaSegments != null)
     {
         CinemaSegments.Dispose();
         CinemaSegments = null;
     }
 }