public JsonResult GetLocation()
        {
            var tipo = types.GetLocation();

            return(Json(tipo));
        }