public ByARpt UpdateRp(vRP_CONTRATOS Reg)
 {
     manager = new LegalizacionBLL();
     return manager.UpdateRp(Reg);
 }