public List<CameraCount> getCameraListByMonth() {

    return cameraCountDayDAO.getCameraListByMonth();
  }
  public List<CameraCount> getCameraListByWeek() {

    return cameraCountDayDAO.getCameraListByWeek();
  }