I have the route of my area
context.MapRoute(
"Cadastro_default",
"{Empresa}/Cadastro/{controller}/{action}/{id}",
new { empresa = Empresa.GetEmpresa(), action = "Index", id = UrlParameter.Optional }
);
But it does not execute the GetEmpresa () method during browsing