public IEnumerable <T> Query(string condition, params object[] args) { return(_context.Query <T>(condition, args)); }