public IEnumerable <TransactionHistoryEntity> GetOperationOfClient(int ID) { return(operationHistoryRepository.LoadOperationsWithClientByID(ID)); }