public StatisticalCheckOperationsDTO GetStatisticalCheckOperationsByEmploye(int idEmploye)
 {
     return(_chequeRepository.GetStatisticalCheckOperationsByEmploye(idEmploye));
 }