public IEnumerable <ActivitiesDto> GetAllActivities() { return(_activitiesService.GetAllActivities()); }