public List <Atividade> CarregaAtividadePorUsuario(int usuarioID) => atividadeController.CarregaListaComPredicato(_ => _.Usuario.ID == usuarioID);