public IEnumerable <Section> Get()
        {
            var allSections = sectionRepository.ShowAll().ToList();

            return(allSections);
        }