public frmKlient(Klient klient) { InitializeComponent(); this.klient = klient; klientBindingSource.DataSource = this.klient; }