public void DeleteSurveyAnswer(SurveyQuestionAnswer entity)
 {
     _surveyService.DeleteAnswer(entity);
 }