public ValuesController(ISqlHelper db)
 {
     this.helper = db;
     sdb         = helper.GetConnection();
 }