private void HoverItem(GridLayout roomLayout, int i) { roomLayout.HighlightRow(i, new Color(255, 100, 100, 200)); }