public static bool IntersectsWith(this Control first, Control second) { return first.Position().IntersectsWith(second.Position()); }