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