public bool RechazarOC(int IdEmpresa, int IdSucursal, string[] Lista, string MotivoAprobacion, string IdUsuarioAprobacion)
 {
     try
     {
         return(odata.RechazarOC(IdEmpresa, IdSucursal, Lista, MotivoAprobacion, IdUsuarioAprobacion));
     }
     catch (Exception)
     {
         throw;
     }
 }