public PdfRepository(DmsDbContext context) : base(context) { }
public GenericRepository(DmsDbContext context) { this.context = context; }