public string ClientsNameByID(string id) { using (var reader = doQuery.Start(SqlQueries.ClientsNameByID(id))) return(reader.GetString(0)); }