public Application NewApplication(Lead lead)
        {
            var application = LeadTypeModule.NewApplication(this, lead);

            return(application);
        }
        public InterestConfirmation NewInterestConfirmation(Lead lead)
        {
            var interestConfirmation = LeadTypeModule.NewInterestConfirmation(this, lead);

            return(interestConfirmation);
        }