public bool Add(Survey model)
 {
     _surveyRepository.AddModel(model);
     return(true);
 }