void OnEnable()
 {
     Performer performer1 = new Performer ();
     p1_name.text = string.Concat ("Name: ", performer1.GetFirstName (), performer1.GetLastName ());
 }