private void Child_Update(DataAccess.DataModels.UserApplicationProfile profile)
 {
     using (BypassPropertyChecks)
     {
         profile.FirstUse = FirstUse;
         profile.LegalAcknowlegeDataSecurityPolicy = LegalAcknowlegeDataSecurityPolicy;
     }
 }
 private void Child_Insert(DataAccess.DataModels.UserApplicationProfile profile)
 {
     Child_Update(profile);
 }