/// <summary>
 /// Starts this instance.
 /// The update will be called after this call
 /// </summary>
 public void Start()
 {
     owner.AddScreenUpdateable(this);
     Enabled = true;
 }