private void DisplaySubjectToFront() { foreach (var playerUnit in playerUnits) { playerUnit.DisplayToBack(); } subject.DisplayToFront(); }