public IEnumerable <Transaction> GetTransactionInTheLastMinute()
 {
     return(_server.GetTransactionInTheLastMinute());
 }