partial void Deleteservicio_cliente(servicio_cliente instance);
 partial void Updateservicio_cliente(servicio_cliente instance);
		private void detach_servicio_clientes(servicio_cliente entity)
		{
			this.SendPropertyChanging();
			entity.servicio = null;
		}
 partial void Insertservicio_cliente(servicio_cliente instance);
		private void attach_servicio_clientes(servicio_cliente entity)
		{
			this.SendPropertyChanging();
			entity.recerva = this;
		}