private void Initialize()
 {
     controllers.Initialize(this); //systems
     views.Initialize(this);       //panels
 }