public StoreMembershipProvider()
 {
     this.repository = new StoreSurveyRepository();
 }
 public StoreRoleProvider()
 {
     this.repository = new StoreSurveyRepository();
 }