public List <Track_GetGestionCallCenter_Result> GetGestionCallCenter(int nroTransporte, int codLocal)
        {
            try
            {
                ((System.Data.Entity.Infrastructure.IObjectContextAdapter)_context).ObjectContext.CommandTimeout = 180;

                List <Track_GetGestionCallCenter_Result> _listAlertas = _context.Track_GetGestionCallCenter(nroTransporte, codLocal).ToList();

                return(_listAlertas);
            }
            catch (Exception)
            {
                return(new List <Track_GetGestionCallCenter_Result>());
            }
        }