public AddEmployee(MainWindow p, OleDbConnection c) { cn = c; Parent = p; InitializeComponent(); aec = new AddEmployeeControl(cn); }