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

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

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

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

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

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

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

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

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