@Transactional(readOnly = true)
  public List<Switch> getAllSwitches() {

    return switchDao.getAll();
  }