public Task <IList <Transaction> > getUserTransaction(int userId)
 {
     return(db.FindTransactionsByUserIdAsync(userId));
 }