partial void DeleteOperacione(Operacione instance);
 partial void UpdateOperacione(Operacione instance);
		private void detach_Operaciones(Operacione entity)
		{
			this.SendPropertyChanging();
			entity.Grado = null;
		}
 partial void InsertOperacione(Operacione instance);
		private void attach_Operaciones(Operacione entity)
		{
			this.SendPropertyChanging();
			entity.Grado = this;
		}