public Task <IEnumerable <int> > GetDeletedIdsAsync(GetDeletedIds model)
 {
     return(_transactionsRepository.GetDeletedIdsAsync(model.UserId, model.FromDate));
 }