public int add(int first, int second) { connection.CreateCommand().ExecuteNonQuery(); return(first + second); }