protected string GetFacilitiesSoil(object obj)
 {
     PollutantReleases.ConfidentialTotal row = (PollutantReleases.ConfidentialTotal)obj;
     return(NumberFormat.Format(row.FacilitiesSoil));
 }
 protected string GetReason(object obj)
 {
     PollutantReleases.ConfidentialTotal row = (PollutantReleases.ConfidentialTotal)obj;
     return(LOVResources.ConfidentialityReason(row.Code));
 }