// GET: api/Transaction
 public IEnumerable <Transaction> Get()
 {
     return(DatabaseMock.getAll());
 }