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