private void OnTimerElapsed(object sender)
 {
     _hubContext.Clients.All.monthlyRainFall(DashboardData.GetChartDataForDashboard());
     _hubContext.Clients.All.customerInformations(DashboardData.GetCustomerInformations());
 }