public JSONHelper() { STATE = new FormState(); ERROR = string.Empty; }
public XMLHelper() { STATE = new FormState(); Model = new FormState(); ERROR = string.Empty; }