public EmployeeAdding(EmployeeEf.KNUDBEntities ctx) { this.ctx = ctx; }
public EmployeeAdding(EmployeeEf.KNUDBEntities ctx, EmployeeAddingForm eaf) { this.ctx = ctx; parentForm = eaf; }