public IEnumerable<dynamic> Query(string sql) { var table = new Contacts(); return table.Query(sql); }