public void UpdateSurvey([FromBody] Survey s)
 {
     repo.UpdateSurvey(s);
 }