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