InfoPanel(GActor actor)
 {
     string title = actor.GetTitle();
     string info  = actor.GetInfo();
 }