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