public LabReportDataManager(ProfileManagementDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public ProfileDataManager(ProfileManagementDbContext dbContext)
 {
     this.dbContext = dbContext;
 }