public ByARpt InsertInter(vInterventores_Contrato Reg)
 {
     Reg.USUARIO = Usuario.UserName;
     manager = new LegalizacionBLL();
     return manager.InsertInterventoria(Reg);
 }
 public ByARpt InsertInter(vInterventores_Contrato Reg)
 {
     manager = new LegalizacionBLL();
     return manager.InsertInterventoria(Reg);
 }