public IEnumerable <EventCategoryViewModel> Get() { return(EventCategoryRepository.GetList().Select(item => item.ToViewModel()).ToList()); }