public async Task <ActionResult> All()
        {
            var ok = await blComuna.All();

            return(Ok(ok));
        }