public void GetChoice(int choice) { if (patients.FindString(choice)) { Populate(patients.GetCurrentRow()); } }