private void detach_reportes(reporte entity)
		{
			this.SendPropertyChanging();
			entity.publicacion = null;
		}
 partial void Updatereporte(reporte instance);
 partial void Deletereporte(reporte instance);
 partial void Insertreporte(reporte instance);