public List <Track_GetDashboardTendenciaAlertas_Result> GetDashboardTendenciaAlertas() { try { List <Track_GetDashboardTendenciaAlertas_Result> _listReporte = _context.Track_GetDashboardTendenciaAlertas().ToList(); return(_listReporte); } catch (Exception) { return(new List <Track_GetDashboardTendenciaAlertas_Result>()); } }