public Compensation GetByEmployeeId(string employeeId)
 {
     return(_compensationContext.GetByEmployeeId(employeeId));
 }