public ByARpt DeleteImp(vImp_Contratos Reg)
 {
     manager = new LegalizacionBLL();
     return manager.DeleteImp_Contratos(Reg);
 }