partial void DeleteScores(Scores instance);
 partial void UpdateScores(Scores instance);
		private void detach_Scores(Scores entity)
		{
			this.SendPropertyChanging();
			entity.Assessments = null;
		}
 partial void InsertScores(Scores instance);
		private void attach_Scores(Scores entity)
		{
			this.SendPropertyChanging();
			entity.Assessments = this;
		}