public List <Compensation> GetAllCompensations()
 {
     return(_compensationRepository.GetAll());
 }