public Actor(Coordinant at) { Location = at; }
public Coordinant(Coordinant from) { _x = from.X; _y = from.Y; }