public void ViewChange() { //test view.Controls["btnTest"].BackColor = Color.Red; view.Controls["btnTest"].Text = model.GetCurrentTitle(); }