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

            if (ClassificationLabel != null)
            {
                ClassificationLabel.Dispose();
                ClassificationLabel = null;
            }

            if (CameraButton != null)
            {
                CameraButton.Dispose();
                CameraButton = null;
            }

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

            if (CategoryLabel != null)
            {
                CategoryLabel.Dispose();
                CategoryLabel = null;
            }

            if (ClassificationLabel != null)
            {
                ClassificationLabel.Dispose();
                ClassificationLabel = null;
            }

            if (CloseButton != null)
            {
                CloseButton.Dispose();
                CloseButton = null;
            }

            if (ConklinImageView != null)
            {
                ConklinImageView.Dispose();
                ConklinImageView = null;
            }

            if (SpecDescriptionLabel != null)
            {
                SpecDescriptionLabel.Dispose();
                SpecDescriptionLabel = null;
            }

            if (SpecImage != null)
            {
                SpecImage.Dispose();
                SpecImage = null;
            }

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

            if (ClassificationLabel != null)
            {
                ClassificationLabel.Dispose();
                ClassificationLabel = null;
            }

            if (InstructionLabel != null)
            {
                InstructionLabel.Dispose();
                InstructionLabel = null;
            }
        }