public Menu(IAutenticavel autenticavel) { if (autenticavel != null) { this.Text = autenticavel.Autenticacao(); } InitializeComponent(); }