private void Save()
 {
     _empManager.SaveEmployee(_emp);
     this.EmployeeId = _emp.EmployeeId;
     UnsavedChanges  = false;
 }