private BindingList <WarehouseLocationType> GetWarehouseLocationTypeByID(string itemTypeID, string companyID) { BindingList <WarehouseLocationType> itemTypeList = new BindingList <WarehouseLocationType>(_serviceAgent.GetWarehouseLocationTypeByID(itemTypeID, companyID).ToList()); Dirty = false; AllowCommit = false; return(itemTypeList); }