public IEnumerable <Dashboard> GetDashboard()
 {
     return(_dashboardRepository.GetAllDashboard());
 }