private void detach_WarehouseKeepers(WarehouseKeeper entity)
		{
			this.SendPropertyChanging();
			entity.Warehouse = null;
		}
		private void attach_WarehouseKeepers(WarehouseKeeper entity)
		{
			this.SendPropertyChanging();
			entity.User = this;
		}