public ExcelRepository(ExcelDBContext ctx) { context = ctx; }
public ExcelRepository(ExcelDBContext context) { this.context = context; }