public List <Track_GetAlertasPorGestionarCallCenter_Result> GetAlertasPorGestionarCallCenter(int nroTransporte, int codLocal) { try { ((System.Data.Entity.Infrastructure.IObjectContextAdapter)_context).ObjectContext.CommandTimeout = 120; List <Track_GetAlertasPorGestionarCallCenter_Result> _listAlertas = _context.Track_GetAlertasPorGestionarCallCenter(nroTransporte, codLocal).ToList(); return(_listAlertas); } catch (Exception) { return(new List <Track_GetAlertasPorGestionarCallCenter_Result>()); } }