internal bool ActualizarPerfil(Perfil oPerfilSelected) { return(oPerfilDao.Update(oPerfilSelected)); }