public void Inserta(EmployeeBE pItem) { try { EmployeeDL Employee = new EmployeeDL(); Employee.Inserta(pItem); } catch (Exception ex) { throw ex; } }