public IEnumerable <SurveyBasicDetail> Get(int startIndex, int count)
 {
     return(repo.GetSurveys(startIndex, count));
 }