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

            return(Json(tipo));
        }