// Return databases affected for synchronization of this stored procedure to physical database.
 public DataTable WrGetReportApp(byte DbId, string dbConnectionString, string dbPassword)
 {
     using (Access3.WebAccess dac = new Access3.WebAccess())
     {
         return(dac.WrGetReportApp(DbId, dbConnectionString, dbPassword));
     }
 }