private void lkRacks_EditValueChanged(object sender, EventArgs e)
 {
     PalletLocation pl = new PalletLocation();
     gridControl1. DataSource = pl.GetLocationListView(lkRacks.EditValue.ToString());
 }