public Chart FindById(Guid id) { var data = _chartRepository.FindById(id); if (data != null) { WrapLocalizedLabel(data); } return(data); }