partial void DeleteGrupos(Grupos instance);
 partial void UpdateGrupos(Grupos instance);
		private void detach_Grupos(Grupos entity)
		{
			this.SendPropertyChanging();
			entity.Trabajos = null;
		}
 partial void InsertGrupos(Grupos instance);
		private void attach_Grupos(Grupos entity)
		{
			this.SendPropertyChanging();
			entity.Trabajos = this;
		}