/// <summary> /// Get the event that happens today ordered by name /// </summary> /// <returns>EventDefinition List with Id and Name</returns> public IList <EventDefinition> GetCurrentEventDefinitions() { return(_eventDefinitionRepository.GetCurrent()); }