public string GetOnTimeByEngineer() { onTimeByEngineer = new List <OnTimeByQuoteEngineer>(); try { foreach (OnTimeByQuoteEngineer result in context.usp_QT_Metrics_OnTimeByQuoteEngineer()) { onTimeByEngineer.Add(result); } return(""); } catch (Exception) { return(errorMessage); } }