private void UpdateView(object sender, EventArgs e)
 {
     attachedView.text = (string)viewComponent.GetView();
 }