partial void DeleteImagen(Imagen instance);
 partial void UpdateImagen(Imagen instance);
		private void detach_Imagen(Imagen entity)
		{
			this.SendPropertyChanging();
			entity.Tipo_Imagen = null;
		}
 partial void InsertImagen(Imagen instance);
		private void attach_Imagen(Imagen entity)
		{
			this.SendPropertyChanging();
			entity.Tipo_Imagen = this;
		}