private void UziVatELE_Detach(UziVatELE entity)
		{
			this.SendPropertyChanging();
			entity.RoleRole = null;
		}
		private void UziVatELE_Attach(UziVatELE entity)
		{
			this.SendPropertyChanging();
			entity.RoleRole = this;
		}