public virtual void AddBeing(Being b) { b.Location=this; beings.Add(b); }
public virtual void AddBeing(Being b) { b.Location = this; beings.Add(b); }