public ActionResult AutcomUbigeo() { General_BL bl = new General_BL(); List <UbigeoEntity> listado = bl.AutcomUbigeo_BL(); return(Json(listado)); }