internal bool ActualizarContacto(Clientes oClienteSelected) { return(oClienteDao.UpdateContact(oClienteSelected)); }