private void btnDel_Click(object sender, EventArgs e) { _routeList.Delete(_dgvMain.GetID()); loadData(); }