public TransactionHistoryEntity GetOperation(int ID) { return(operationHistoryRepository.LoadOperationByID(ID)); }