public ByARpt UpdateSS(vINT_PAGOSST Reg)
 {
     CGContratistaBLL o = new CGContratistaBLL();
     Reg.USAP = Usuario.UserName;
     ByARpt rpt = o.Update(Reg);
     return rpt;
 }
 public ByARpt UpdateInforme(vINT_INFOCONT Reg)
 {
     CGContratistaBLL o = new CGContratistaBLL();
     Reg.USAP = Usuario.UserName;
     ByARpt rpt = o.Update(Reg);
     return rpt;
 }