partial void DeleteNoticia(Noticia instance);
 partial void UpdateNoticia(Noticia instance);
		private void detach_Noticia(Noticia entity)
		{
			this.SendPropertyChanging();
			entity.Tipo_Noticia = null;
		}
 partial void InsertNoticia(Noticia instance);
		private void attach_Noticia(Noticia entity)
		{
			this.SendPropertyChanging();
			entity.Tipo_Noticia = this;
		}