public ByARpt Update(vSUBTIPOS Reg)
 {
     SubTiposContratosBLL o = new SubTiposContratosBLL();
     return o.Update(Reg);
 }