private BindingList <WarehouseLocationBinCode> GetWarehouseLocationBinCodeByID(string itemCodeID, string companyID) { BindingList <WarehouseLocationBinCode> itemCodeList = new BindingList <WarehouseLocationBinCode>(_serviceAgent.GetWarehouseLocationBinCodeByID(itemCodeID, companyID).ToList()); Dirty = false; AllowCommit = false; return(itemCodeList); }