public string ActivarPago(string PagoId)
 {
     return(BLLPagoPortal.ActivarPago(int.Parse(PagoId)));
 }