public IEnumerable <Transaction> GetAll() { using var db = new TransactionsRepository(); return(db.GetAll()); }