public IActionResult MeusEventos()
 {
     return(View(_eventoAppService.ObterEventoPorOrganizador(OrganizadorId)));
 }