public List <int> GetDashboardStats(string role, int id) { try { return(userDataLayer.GetDashboardStats(role, id)); } catch (Exception e) { ExceptionHandler.PrintException(e, new StackTrace(true)); throw e; } }