public bool Equals(ForeignKeyToParentClass other)
			{
				return !ReferenceEquals(null, other);
			}
 public bool Equals(ForeignKeyToParentClass other)
 {
     return(!ReferenceEquals(null, other));
 }