public ActionResult <string> GetAll() { return(JsonConvert.SerializeObject( _empresaService.FetchAll().Select(p => new EmpresaDTO(p)) )); }