@Override
 @Transactional(readOnly = true)
 public PeriodBudget getEntity(Long userId, Long periodId, Long budgetId) {
   return dao.getEntity(userId, periodId, budgetId);
 }