private UserPreferenceInstance()
 {
     this.m_UserPreference = YellowstonePathology.Business.Persistence.DocumentGateway.Instance.PullUserPreference(this);
 }
 private UserPreferenceInstance()
 {
     this.m_UserPreference = YellowstonePathology.Business.Persistence.DocumentGateway.Instance.PullUserPreference(System.Environment.MachineName, this);
 }
 private UserPreferenceInstance()
 {
     this.m_UserPreference = YellowstonePathology.Business.Persistence.DocumentGateway.Instance.PullUserPreference(this);
 }