public ReportDataSource getDataSource(Integer id) throws ProviderException {
   return (ReportDataSource) hibernateProvider.load(ReportDataSource.class, id);
 }
 public ReportParameter getReportParameter(Integer id) throws ProviderException {
   return (ReportParameter) hibernateProvider.load(ReportParameter.class, id);
 }