public void stringErrorMsg(String s) {
   isf.stringErrorMsg(s);
 }
 public void stringResponse(String s) {
   isf.stringResponse(s);
 }