public List <PaymentCheckDTO> GetListCheckByEmploye(int idEmploye)
 {
     return(_chequeRepository.GetListCheckByEmploye(idEmploye));
 }