private bool ApplyDateFilter(Transaction x) { return(x.Date >= DateFrom.ToDayStart() && x.Date < DateTo.AddDays(1).ToDayStart()); }