public JsonResult GetClima()
        {
            Clima weath = new Clima();

            return(Json(weath.getClima(), JsonRequestBehavior.AllowGet));
        }