/// <summary>
 /// Initializes a new instance of the <see cref="SurveyRepository"/> class.
 /// </summary>
 /// <param name="context">The data context.</param>
 protected SurveyRepository(SurveyModelDataContext context)
 {
     this.Context = context;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="SurveyRepository"/> class.
 /// </summary>
 /// <param name="context">The data context.</param>
 protected SurveyRepository(SurveyModelDataContext context)
 {
     this.Context = context;
 }