public void Delete(long id)
 {
     //send email -- check any business validation
     _dataAccessService.DeleteEmployee(id);
 }