public ActionResult AnularCredito(int pCreditoId, string pObservacion) { return(Json(CreditoBL.AnularCredito(pCreditoId, pObservacion), JsonRequestBehavior.AllowGet)); }