public DocumentRepository(ConfigDataContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public FileRepository(ConfigDataContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }