public List <Comment> ListThem(Expression <Func <Comment, bool> > filter = null) { return(_commentDal.ListThem(filter)); }