public ScreenConsumerControl(ScreenConsumer consumer) { InitializeComponent(); screenConsumerBindingSource.DataSource = consumer; }