public Task <IList <Transaction> > FindByCategory(int categoryId)
 {
     return(db.FindTransactionsByCategoryIdAsync(categoryId));
 }