internal bool ActualizarCliente(Clientes oClienteSelected) { return(oClienteDao.Update(oClienteSelected)); }