public void Insert(EProveedor proveedor) { try { service.Insert(proveedor); } catch (Exception ex) { throw ex; } }