private void detach_Valoracion(Valoracion entity)
 {
     this.SendPropertyChanging();
     entity.Noticia = null;
 }
 partial void DeleteValoracion(Valoracion instance);
 partial void InsertValoracion(Valoracion instance);
 partial void UpdateValoracion(Valoracion instance);
 private void attach_Valoracion(Valoracion entity)
 {
     this.SendPropertyChanging();
     entity.Usuario = this;
 }