public static bool InsertMetricsLog(WXQ.Enties.Metrics m) { MetricsManager metricsManager = new MetricsManager(); return(metricsManager.Insert(m)); }