public void AddCompany_Clicked(object sender, EventArgs e) { var nextWIndow = new AddCompanyToFavoriteList(); nextWIndow.Show(); }