public List <T> Find(Expression <Func <T, bool> > predicate) => ToSortedList(_repo.Find(predicate));
protected override List <FundRequestDTO> QueryItems(ISimpleRepo <FundRequestDTO> db) => db.Find(_ => _.BankAccountId == AppArgs.CurrentBankAcct.Id);