public CVmain(BanksysteemDataContext db) { InitializeComponent(); this.db = db; bc = new BankController(db); SetData(); }