public decimal GetAllSalary()
 {
     return(_workerRepository.GetAllSalary());
 }