public EmployeesRepository(CompanyManagerContext dbContext, IEmployeeDataMapper mapper) : base(dbContext)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }