private void AdminView_Load(object sender, EventArgs e) { dataGridViewEmployeeList.DataSource = dbconn.EmployeesList(); }