public int EnableHelpConfig(string Id, int status) { BaseSetDA da = new BaseSetDA(); return(da.EnableHelpConfig(Id, status)); }