public JsonResult GetJsonUnits(int id) { return(Json(Model.GetUnits(id), JsonRequestBehavior.AllowGet)); }