private void btnSave_Click(object sender, EventArgs e) { EmployeeController.AddorUpdate(Employee); this.Close(); }