Would it not be great to be able to apply a style sheet to our code editors to improve the "readability"?

private
void DrawItem(int id)
{
   GroupDT.Columns.Add("SecurityDescription");
   GroupDT.Columns.Add("User");
   GroupDT.Columns.Add("Group");

}

 private int RetItem(int id)
{
   return id;
}