partial void DeleteMeGusta(MeGusta instance);
 partial void UpdateMeGusta(MeGusta instance);
		private void detach_MeGusta(MeGusta entity)
		{
			this.SendPropertyChanging();
			entity.Usuario = null;
		}
 partial void InsertMeGusta(MeGusta instance);
		private void attach_MeGusta(MeGusta entity)
		{
			this.SendPropertyChanging();
			entity.Usuario = this;
		}