private void detach_RESERVAs1(RESERVA entity)
		{
			this.SendPropertyChanging();
			entity.PERSONA3 = null;
		}
		private void attach_RESERVAs(RESERVA entity)
		{
			this.SendPropertyChanging();
			entity.PERSONA = this;
		}
 partial void DeleteRESERVA(RESERVA instance);
 partial void UpdateRESERVA(RESERVA instance);
 partial void InsertRESERVA(RESERVA instance);
		private void detach_RESERVAs(RESERVA entity)
		{
			this.SendPropertyChanging();
			entity.MESA1 = null;
		}