Line 55: if (dr["ParentId"] != null) Line 56: { Line 57: menuBar.FindItem(dr["ParentId"].ToString()).ChildItems.Add(mnu); Line 58: } Line 59: }