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