private void next_Click(object sender, EventArgs e) { patients.MoveNext(); Populate(patients.GetCurrentRow()); }