public List <TransactionDTO> GetAllTransactions()
 {
     return(_leagueService.GetAllTransactions());
 }