public IEnumerable <Transaction> GetAllTransactions()
 {
     return(_transactionRepo.GetAll());
 }