public JsonResult GetEdActual() { EdicionForm ed = new EdicionForm(); ed = _commonservices.GetEdicionActual(); return(Json(ed)); }