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