@Transactional(readOnly = true)
  public Switch getSwitch(Integer id) {

    return switchDao.getSwitch(id);
  }