private BindingList <Warehouse> GetWarehouseByID(string itemID, string companyID) { BindingList <Warehouse> itemList = new BindingList <Warehouse>(_serviceAgent.GetWarehouseByID(itemID, companyID).ToList()); Dirty = false; AllowCommit = false; return(itemList); }