public bool Remove(Widget widget) { if (Widgets.Contains(widget)) { return(Widgets.Remove(widget)); } return(false); }