private void btnSearchApp_Click(object sender, EventArgs e) { List <Appointments> appList = Appointments.FindTechnicianAppointments(cmboTechnician.Text); dgvAppointments.DataSource = appList; }